projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be36e2
)
(overlay_strings): Declare pstr using unsigned char.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Sep 1996 03:31:13 +0000
(
03:31
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Sep 1996 03:31:13 +0000
(
03:31
+0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 6b59badadb1e33e8594a62f82ebdadc2e3f7f365..963f4bb55c14187437aefc1a00b2bc9b56073cc6 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-2098,11
+2098,12
@@
record_overlay_string (ssl, str, str2, pri, size)
Returns the string length, and stores the contents indirectly through
PSTR, if that variable is non-null. The string may be overwritten by
subsequent calls. */
+
int
overlay_strings (pos, w, pstr)
int pos;
struct window *w;
- char **pstr;
+
unsigned
char **pstr;
{
Lisp_Object ov, overlay, window, str;
int startpos, endpos;